home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #9 / Amiga Plus CD - 2004 - No. 09.iso / amigaplus / tools / amigaos4_only / ifxlite / imagefx3 / rexx / testrecord1.ifx < prev    next >
Text File  |  2004-08-03  |  296b  |  19 lines

  1. /*
  2.  * Arexx Macro created with ImageFX
  3.  */
  4.  
  5. OPTIONS RESULTS
  6.  
  7. ActiveColor 1
  8. DrawMode Normal
  9. Pen 0 1
  10. Blend 100
  11. AlphaChannel Off
  12. EdgeMode Normal 0
  13. FillMode Solid 0 0 0 SMOOTH
  14. AirbrushSettings 5 50 0 Spray
  15.  
  16. LoadBuffer "Pictures/Kids.JPG" Force  
  17. Scale 368 240
  18. SaveBufferAs ILBM "ram:TestResult.24"  
  19.